Welcome![Sign In][Sign Up]
Location:
Search - IE BHO

Search list

[Browser Client一个IE浏览器的插件的源代码

Description: 一个IE浏览器的插件的源代码-a browser plug-in source code
Platform: | Size: 25600 | Author: 阿牛 | Hits:

[Browser Clienthtmldlg

Description: IE 控件一些高级使用方法 BHO程序-IE controls some senior BHOs use procedures
Platform: | Size: 39936 | Author: | Hits:

[Windows DevelopWeb_Site_Blocker

Description: BHO is a simple ATL COM object that Internet Explorer will load each time it runs, i.e. for every instance of Internet Explorer. BHOs run in Internet Explorer’s address space and can perform any operations on available objects (windows, modules etc.). BHOs instantiates and gets destructed with browser’s instance as it is tied to a browser’s main window. If your system has got active desktop enabled the BHO gets instantiated along with the windows explorer as well. To disable the BHO for windows explorer, you can add following code snippet to DllMain, -BHO is a simple ATL COM object that Internet Explorer will load each time it runs, ie for every instance of Internet Explorer. BHOs run in Internet Explorer's address space and can perform any operations on available objects (windows, modules etc.). . BHOs instantiates and gets destructed with browser's instance as it is tied to a browser's main window. If your system has got active desktop enabled the BHO gets instantiated along with the windows explorer as well. To disable the BHO for windows explorer, you can add following code snippet to DllMain.
Platform: | Size: 17408 | Author: 龙梦潭 | Hits:

[OS Developiebho

Description: vc++ 写的ie弹出窗口过滤程序利用bho开发-vc write ie pop-up windows filter program development using bho
Platform: | Size: 48128 | Author: | Hits:

[Firewall-SecurityIEBLOCK

Description: 实现根据黑名单或白名单列表对URL地址进行过滤功能。 注册: 1、regsvr32 /s iebho.dll 卸载: 1、regsvr32 /s /u iebho.dll 过滤规则文件: 1、过滤规则文件位于system32目录下,文件名称为urlfilt.sys 2、文件格式为以\x0a分隔的行,第一行标记缺省是禁止网页访问还是允许, 即是白名单还是黑名单, 网址不能加入http://等头,并且采用模糊匹配方法,例如sina将匹配 www.sina.com.cn、sina.cn等 黑名单格式例: 0\x0awww.sina.com.cn\x0abbs.xici.net\x0a 对于列表中的网址执行阻断,列表外的允许访问 白名单格式例: 1\x0awww.sina.com.cn\x0abbs.xici.net\x0a 对于列表中的网址允许访问,列表外的执行阻断 3、BHO组件对urlfilt.sys文件的访问采用fmShareDenyNone方式,不加任何锁-achieved under white list or blacklist of URL filtering function. Registration : 1, typing/s iebho.dll unloading : 1. typing/s/u iebho.dll filtering rules : 1. Filter rules are located in system32 directory and the file name for urlfilt.sys 2. file format for a \ x0a separated OK, OK marking the first default is prohibited or allowed to visit the website. that is, white list or blacklist web site, http://, etc. can be included in the first, and using fuzzy matching, For example, Sina will match www.sina.com.cn, sina.cn blacklist format such cases : 0 \ x0awww.sina.com.cn \ x0abbs.xici.net \ x0a For the list of blocked implementation of the website, the list outside the white list to allow visits format cases : 1 \ x0awww.sina.com.cn \ x0abbs.xici.net \ x0a list for permission to
Platform: | Size: 8192 | Author: eagletmp | Hits:

[Software EngineeringIESource

Description: 有时,你可能需要一个定制版本的浏览器。在这种情况下,你可以自由地把一些新颖但又不标准的特征增加到一个浏览器上。结果,你最终有的只是一个新但不标准的浏览器。Web浏览器控件只是浏览器的分析引擎。这意味着仍然存在若干的与用户接口相关的工作等待你做――增加一个地址栏,工具栏,历史记录,状态栏,频道栏和收藏夹等。如此,要产生一个定制的浏览器,你可以进行两种类型的编程――一种象微软把Web浏览器控件转变成一个功能齐全的浏览器如Internet Explorer;一种是在现有的基础上加一些新的功能。如果有一个直接的方法定制现有的Internet Explorer该多好?BHO(Browser Helper Objects,我译为"浏览器帮助者对象",以下皆简称BHO)正是用来实现此目的的。-Sometimes, you may need a customized version of the browser. In such circumstances, you are free to put some novel but not standard features to a browser. The outcome, you eventually have is just not a new standard browser. Web Browser is the browser component of the engine. This means that there are still a number of user interface associated with the work waiting for you to do-- an increase Address bar, toolbars, historical records, status bar, column and collection channels such as folder. Nevertheless, to produce a customized browser, You can be two types of programming-- like Microsoft put a Web browser control into a functional subset of View devices such as Internet Explorer; One is the existing basis of adding some new functionality. If there is a direct way to customize existing
Platform: | Size: 45056 | Author: lianghuayu | Hits:

[ISAPI-IEIE_BHO

Description: Internet Explorer 的BHO插件。具有拦截分析网络页面的能力,包含源码和使用测试代码.-BHO Internet Explorer plugin. Analysis Network interception with the ability to pages containing the source code and the use of test code.
Platform: | Size: 171008 | Author: 吴建斌 | Hits:

[Internet-NetworkBHO

Description: WINDOWS下IE的BHO简单示例,可以作为你参考学习BHO的例子-WINDOWS under IE
Platform: | Size: 32768 | Author: lllll | Hits:

[ISAPI-IEBhoPlugin

Description: 用ATL+BHO编写的一个IE插件,可简单实现禁止浏览黄色网站的功能-With ATL+ BHO prepared an IE plug-in, can simply browse to achieve a ban on pornographic websites feature
Platform: | Size: 2264064 | Author: yuleyi | Hits:

[Browser ClientIeBho

Description: 实现自己的IE 实现自己的IE-IE realize realize their own IE
Platform: | Size: 24576 | Author: jinghao | Hits:

[Delphi VCLIEtoobar

Description: Delphi编写 IE搜索工具条 应用bho技术,面向初学者。-Delphi preparation IE Search Toolbar BHO application technology, for beginners.
Platform: | Size: 338944 | Author: liuxj | Hits:

[ActiveX/DCOM/ATLUrlFilter

Description: ie 插件,实现对特定的网址的过滤 ATL实现的bho-ie plug-in, the achievement of a specific URL filtering ATL BHO achieved
Platform: | Size: 458752 | Author: jj | Hits:

[Browser ClientBHO

Description: 一个IE BHO的例子 主要实现监视浏览器并负责跟另一个程序通信 -IE BHO example of a main monitor browser and is responsible for communication with another program
Platform: | Size: 66560 | Author: 任者 | Hits:

[ISAPI-IEIEBrower

Description: 这是一个IE插件BHO例子,本人创建,修改,调试通过-This is an IE plug-BHO example, I create, edit, debug, through
Platform: | Size: 847872 | Author: 张杰文 | Hits:

[Windows Developbho

Description: Browser Helper Object for IE, lang:C#
Platform: | Size: 115712 | Author: Flexx | Hits:

[Internet-Networkbho

Description:  BHO(浏览器辅助对象)是一种简单的ATL COM对象,而Internet Explorer会在每次运行时都加载它;换句话来说,即每个Internet Explorer的实例都会加载它。BHO运行在Internet Explorer的地址空间内,能对可访问的对象(如窗口、模块等等)执行任何操作,且因为它依附于浏览器的主窗口,所以其生命期与浏览器实例的生命期一致。-BHO (browser helper object) is a simple ATL COM object, but Internet Explorer will load each time when they run it In other words, that each instance of Internet Explorer will load it. BHO run in Internet Explorer' s address space, can be accessed objects (such as windows, modules, etc.) to perform any operation, and because it is dependent on the browser' s main window, so its lifetime and the lifetime of the browser instance unanimously.
Platform: | Size: 5120 | Author: 孔顺俊 | Hits:

[Internet-NetworkIE-BHO

Description: IE BHO 一个不错BHO代码 虽然浏览器劫持这个技术比较流氓了 但是可以好好学习下思路-IE BHO a bad BHO browser hijack code though this technique has more rogue idea but it can learn under
Platform: | Size: 585728 | Author: 宽带拨号 | Hits:

[ISAPI-IEBhoPlugin_disp_ie_bho

Description: ie bho 禁止IE访问http链接,通过过滤地址栏url中只要有http字符串,就转向错误连接,达到禁止用户访问网络功能,其实修改修改可屏蔽指定地址访问,-ie bho against IE visit http link url in the address bar through the filter as long as http string, turned to the error connection, to prevent users access the network function, actually modify the changes can shield specified address access,
Platform: | Size: 2223104 | Author: noisc | Hits:

[Browser ClientBHO-IE

Description: 采用BHO 开发IE浏览器的技术详细文档集合,收录比较全面-IE BHO development with the technical details of the browser document collection, a collection of more comprehensive
Platform: | Size: 492544 | Author: 的话 | Hits:

[Delphi VCLdelphi-bho

Description: DELPHI开发IE的BHO插件,阻断式开发实例讲解-IE BHO development of plug-DELPHI
Platform: | Size: 4096 | Author: liuzongchao | Hits:
« 12 3 4 »

CodeBus www.codebus.net